home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / software / video / vlc-0.7.0-win32.exe / %17€ / theme.xml < prev    next >
Encoding:
Text File  |  2004-01-03  |  9.1 KB  |  158 lines

  1. <!DOCTYPE Theme SYSTEM "skin.dtd">
  2.  
  3. <Theme>
  4.     <ThemeInfo name="VLC" author="Emmanuel Puig"
  5.             email="magic@karibu.org" webpage=""/>
  6.  
  7.   <Bitmap id="body" file="body.bmp" alphacolor="#FF0000"/>
  8.  
  9.   <Bitmap id="prev1" file="prev1.bmp" alphacolor="#FF0000"/>
  10.   <Bitmap id="prev2" file="prev2.bmp" alphacolor="#FF0000"/>
  11.   <Bitmap id="prev3" file="prev3.bmp" alphacolor="#FF0000"/>
  12.   <Bitmap id="prev4" file="prev4.bmp" alphacolor="#FF0000"/>
  13.   <Bitmap id="stop1" file="stop1.bmp" alphacolor="#FF0000"/>
  14.   <Bitmap id="stop2" file="stop2.bmp" alphacolor="#FF0000"/>
  15.   <Bitmap id="stop3" file="stop3.bmp" alphacolor="#FF0000"/>
  16.   <Bitmap id="stop4" file="stop4.bmp" alphacolor="#FF0000"/>
  17.   <Bitmap id="play1" file="play1.bmp" alphacolor="#FF0000"/>
  18.   <Bitmap id="play2" file="play2.bmp" alphacolor="#FF0000"/>
  19.   <Bitmap id="play3" file="play3.bmp" alphacolor="#FF0000"/>
  20.   <Bitmap id="play4" file="play4.bmp" alphacolor="#FF0000"/>
  21.   <Bitmap id="pause1" file="pause1.bmp" alphacolor="#FF0000"/>
  22.   <Bitmap id="pause2" file="pause2.bmp" alphacolor="#FF0000"/>
  23.   <Bitmap id="pause3" file="pause3.bmp" alphacolor="#FF0000"/>
  24.   <Bitmap id="pause4" file="pause4.bmp" alphacolor="#FF0000"/>
  25.   <Bitmap id="next1" file="next1.bmp" alphacolor="#FF0000"/>
  26.   <Bitmap id="next2" file="next2.bmp" alphacolor="#FF0000"/>
  27.   <Bitmap id="next3" file="next3.bmp" alphacolor="#FF0000"/>
  28.   <Bitmap id="next4" file="next4.bmp" alphacolor="#FF0000"/>
  29.   <Bitmap id="playlist1" file="playlist1.bmp" alphacolor="#FF0000"/>
  30.   <Bitmap id="playlist2" file="playlist2.bmp" alphacolor="#FF0000"/>
  31.   <Bitmap id="playlist3" file="playlist3.bmp" alphacolor="#FF0000"/>
  32.  
  33.   <Bitmap id="quit1" file="quit1.bmp" alphacolor="#FF0000"/>
  34.   <Bitmap id="quit2" file="quit2.bmp" alphacolor="#FF0000"/>
  35.   <Bitmap id="quit3" file="quit3.bmp" alphacolor="#FF0000"/>
  36.  
  37.   <Bitmap id="slider1" file="slider1.bmp" alphacolor="#FF0000"/>
  38.   <Bitmap id="slider2" file="slider2.bmp" alphacolor="#FF0000"/>
  39.  
  40.   <Bitmap id="playlist_body" file="playlist_body.bmp" alphacolor="#FF0000"/>
  41.  
  42.   <Bitmap id="open1" file="open1.bmp" alphacolor="#FF0000"/>
  43.   <Bitmap id="open2" file="open2.bmp" alphacolor="#FF0000"/>
  44.   <Bitmap id="open3" file="open3.bmp" alphacolor="#FF0000"/>
  45.   <Bitmap id="add1" file="add1.bmp" alphacolor="#FF0000"/>
  46.   <Bitmap id="add2" file="add2.bmp" alphacolor="#FF0000"/>
  47.   <Bitmap id="add3" file="add3.bmp" alphacolor="#FF0000"/>
  48.   <Bitmap id="del1" file="del1.bmp" alphacolor="#FF0000"/>
  49.   <Bitmap id="del2" file="del2.bmp" alphacolor="#FF0000"/>
  50.   <Bitmap id="del3" file="del3.bmp" alphacolor="#FF0000"/> 
  51.   <Bitmap id="prefs1" file="prefs1.bmp" alphacolor="#FF0000"/>
  52.   <Bitmap id="prefs2" file="prefs2.bmp" alphacolor="#FF0000"/>
  53.   <Bitmap id="prefs3" file="prefs3.bmp" alphacolor="#FF0000"/>
  54.  
  55.   <Event id="hide1" event="CTRL_ID_VISIBLE(img1,FALSE)"/>
  56.   <Event id="hide2" event="CTRL_ID_VISIBLE(img2,FALSE)"/>
  57.   <Event id="hide3" event="CTRL_ID_VISIBLE(img3,FALSE)"/>
  58.   <Event id="hide4" event="CTRL_ID_VISIBLE(img4,FALSE)"/>
  59.   <Event id="hide5" event="CTRL_ID_VISIBLE(img5,FALSE)"/>
  60.   <Event id="hide6" event="CTRL_ID_VISIBLE(img6,FALSE)"/>
  61.   <Event id="hideQ" event="CTRL_ID_VISIBLE(imgQ,FALSE)"/>
  62.  
  63.   <Event id="show1" event="CTRL_ID_VISIBLE(img1,TRUE)"/>
  64.   <Event id="show2" event="CTRL_ID_VISIBLE(img2,TRUE)"/>
  65.   <Event id="show3" event="CTRL_ID_VISIBLE(img3,TRUE)"/>
  66.   <Event id="show4" event="CTRL_ID_VISIBLE(img4,TRUE)"/>
  67.   <Event id="show5" event="CTRL_ID_VISIBLE(img5,TRUE)"/>
  68.   <Event id="show6" event="CTRL_ID_VISIBLE(img6,TRUE)"/>
  69.   <Event id="showQ" event="CTRL_ID_VISIBLE(imgQ,TRUE)"/>
  70.   <Event id="showP" event="WINDOW_OPEN(PlaylistWindow)"/>
  71.   <Event id="hideP" event="WINDOW_CLOSE(PlaylistWindow)"/>
  72.  
  73.   <Event id="hideOpen" event="CTRL_ID_VISIBLE(Open,FALSE)"/>
  74.   <Event id="hideAdd"  event="CTRL_ID_VISIBLE(Add,FALSE)"/>
  75.   <Event id="hideDel"  event="CTRL_ID_VISIBLE(Del,FALSE)"/>
  76.   <Event id="hidePrefs"  event="CTRL_ID_VISIBLE(Prefs,FALSE)"/>
  77.  
  78.   <Event id="showOpen" event="CTRL_ID_VISIBLE(Open,TRUE)"/>
  79.   <Event id="showAdd"  event="CTRL_ID_VISIBLE(Add,TRUE)"/>
  80.   <Event id="showDel"  event="CTRL_ID_VISIBLE(Del,TRUE)"/>
  81.   <Event id="showPrefs"  event="CTRL_ID_VISIBLE(Prefs,TRUE)"/>
  82.  
  83.   <Event id="MoveWindow" event="WINDOW_MOVE(Window)"/>
  84.   <Event id="MovePlaylist" event="WINDOW_MOVE(PlaylistWindow)"/>
  85.  
  86.   <Event id="Del" event="PLAYLIST_ID_DEL(playlist)"/>
  87.  
  88.   <Font id="fnt" font="arial" size="8" weight="600" color="#000000"/>
  89.   <Font id="vlc1" font="arial" size="8" weight="600" color="#000000"/>
  90.   <Font id="vlc2" font="arial" size="8" weight="600" color="#C0C0C0"/>
  91.  
  92.   <Font id="playlist1" font="arial" size="8" color="#000000" weight="200"/>
  93.   <Font id="playlist2" font="arial" size="8" color="#FF0000" weight="200"/>
  94.  
  95.   <Window id="Window" x="200" y="100" alpha="255" fadetime="500" movealpha="192">
  96.     <ControlGroup x="0" y="0">
  97.       <Anchor x="0" y="105" priority="100"/>
  98.       <ImageControl x="0" y="0" image="body" onclick="MoveWindow"/>
  99.       <TextControl font="vlc2" x="24" y="6" width="150" text="VLC Media Player Skin"/>
  100.       <TextControl font="vlc1" x="23" y="5" width="150" text="VLC Media Player Skin"/>
  101.  
  102.       <ControlGroup x="14" y="73">
  103.         <ImageControl id="img1" x="0"   y="0" image="prev4"  visible="false"/>
  104.         <ImageControl id="img2" x="26"  y="0" image="stop4"  visible="false"/>
  105.         <ImageControl id="img3" x="52"  y="0" image="play4"  visible="false"/>
  106.         <ImageControl id="img4" x="78"  y="0" image="pause4" visible="false"/>
  107.         <ImageControl id="img5" x="104" y="0" image="next4"  visible="false"/>
  108.         <ImageControl id="img6" x="130" y="0" image="playlist3" visible="false"/>
  109.         <ButtonControl x="3"   y="3" up="prev1"  down="prev2"  disabled="prev3"  onclick="prev"  onmouseover="show1" onmouseout="hide1" tooltiptext="Previous file"/>
  110.         <ButtonControl x="29"  y="3" up="stop1"  down="stop2"  disabled="stop3"  onclick="stop"  onmouseover="show2" onmouseout="hide2" tooltiptext="Stop"/>
  111.         <ButtonControl x="55"  y="3" up="play1"  down="play2"  disabled="play3"  onclick="play"  onmouseover="show3" onmouseout="hide3" tooltiptext="Play"/>
  112.         <ButtonControl x="81"  y="3" up="pause1" down="pause2" disabled="pause3" onclick="pause" onmouseover="show4" onmouseout="hide4" tooltiptext="Pause"/>
  113.         <ButtonControl x="107" y="3" up="next1"  down="next2"  disabled="next3"  onclick="next"  onmouseover="show5" onmouseout="hide5" tooltiptext="Next file"/>
  114.         <CheckBoxControl x="133" y="3" img1="playlist1" img2="playlist2" onclick1="showP" onclick2="hideP" onmouseover1="show6" onmouseout1="hide6" tooltiptext1="Show playlist" tooltiptext2="Hide playlist"/>
  115.       </ControlGroup>
  116.       <ControlGroup x="4" y="4">
  117.         <ImageControl id="imgQ" x="0" y="0" image="quit3" visible="false"/>
  118.         <ButtonControl x="1" y="1" up="quit1" down="quit2" onclick="quit" onmouseover="showQ" onmouseout="hideQ" tooltiptext="Quit"/>
  119.       </ControlGroup>
  120.  
  121.       <ControlGroup x="183" y="12">
  122.         <SliderControl up="slider1" down="slider2" abs="0,0" ord="68,0" tooltiptext="Time"/>
  123.         <SliderControl x="17" type="volume" up="slider1" down="slider2" abs="0,0" ord="68,0" tooltiptext="Sound"/>
  124.       </ControlGroup>
  125.  
  126.       <ControlGroup x="18" y="24">
  127.         <TextControl font="fnt" align="left" x="0" y="0" width="148" text=" " display="file_name"/>
  128.         <TextControl font="fnt" align="right" x="71"  y="22" width="69" text=" " display="time;left_time"/>
  129.         <TextControl font="fnt" align="right" x="148" y="22" width="69" text=" " display="total_time"/>
  130.       </ControlGroup>
  131.  
  132.     </ControlGroup>
  133.   </Window>
  134.  
  135.   <Window id="PlaylistWindow" x="200" y="205" visible="false" alpha="255" fadetime="500" movealpha="192" playondrop="false">
  136.     <ControlGroup x="0" y="0">
  137.       <Anchor x="0" y="0" priority="50"/>
  138.       <ImageControl x="0" y="0" image="playlist_body" onclick="MovePlaylist"/>
  139.       <ControlGroup x="14" y="4">
  140.         <ImageControl id="Open" x="0"  y="0" image="open3" visible="false"/>
  141.         <ImageControl id="Add"  x="26" y="0" image="add3"  visible="false"/>
  142.         <ImageControl id="Del"  x="52" y="0" image="del3"  visible="false"/>
  143.         <ImageControl id="Prefs"  x="78" y="0" image="prefs3"  visible="false"/>
  144.         <ButtonControl x="3"   y="3" up="open1" down="open2" onclick="open" onmouseover="showOpen" onmouseout="hideOpen" tooltiptext="Open a file"/>
  145.         <ButtonControl x="29"  y="3" up="add1"  down="add2"  onclick="add_file" onmouseover="showAdd"  onmouseout="hideAdd"  tooltiptext="Add files"/>
  146.         <ButtonControl x="55"  y="3" up="del1"  down="del2"  onclick="Del" onmouseover="showDel"  onmouseout="hideDel"  tooltiptext="Remove items"/>
  147.         <ButtonControl x="81"  y="3" up="prefs1"  down="prefs2"  onclick="show_prefs" onmouseover="showPrefs"  onmouseout="hidePrefs"  tooltiptext="Show preferences"/>
  148.       </ControlGroup>
  149.       <PlayListControl id="playlist" width="180" selcolor="#C0D0E0" font="playlist1" playfont="playlist2" abs="9,9" ord="35,150">
  150.         <SliderControl x="201" up="slider1" down="slider2" abs="0,0" ord="36,149"/>
  151.       </PlayListControl>
  152.  
  153.     </ControlGroup>
  154.   </Window>
  155.  
  156. </Theme>
  157.  
  158.